home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d892.lha / Indent / RELEASE-NOTES < prev    next >
Text File  |  1993-06-16  |  1KB  |  29 lines

  1. Release Notes for GNU indent version 1.8.
  2.  
  3. * VMS and MS-DOS are now supported.  Thanks to MEHRDAD@glum.dev.cf.ac.uk
  4.   and hnyman@lesti.hut.fi for their contributions.
  5.  
  6.   Please note that I have no way of testing this code, and with slight
  7.   modifications, have installed it "as is".
  8.  
  9.   Also, note that these systems do not use `configure'.  See the file
  10.   VMS-README for details of the VMS installation.  For the MS-DOS
  11.   version, it is expected that the compiler will recognize the define
  12.   __MSDOS__ as being set.
  13.  
  14. * C++ comments are now recognized.  More C++ support will be
  15.   forthcoming, possibly along with support for Objective C.
  16.  
  17. * Formatting can be disabled for sections of code by placing that code
  18.   between lines containing the comments /* *INDENT-OFF* */ and
  19.   /* *INDENT-ON* */ (this also works in C++ comments).  See the info
  20.   node "Disabling Formatting" for more info.
  21.  
  22. * The processing of comments has been changed.  See the info node on
  23.   "Comments" for a description.
  24.  
  25. * The default (i.e., GNU) behaviour of struct handling has been
  26.   slightly changed.
  27.  
  28. * All reported bugs have been fixed.
  29.